home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / YADB / Do List / Do List / background_2590.txt < prev    next >
Encoding:
Text File  |  1987-10-07  |  3.1 KB  |  164 lines

  1. -- background: 2590 from stack: in
  2. -- bmap block id: 3991
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on newStack
  8.  
  9. end newStack
  10.  
  11. on openBackground
  12.   push recent card
  13. end openBackground
  14.  
  15.  
  16. -- part 2 (button)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=143 top=300 right=328 bottom=175
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 3430 / 3430
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: Address
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   get the selection
  31.   visual effect zoom open
  32.   go to "Address"
  33.   if it is not empty then find it
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 3 (button)
  39. -- low flags: 00
  40. -- high flags: 0000
  41. -- rect: left=207 top=300 right=328 bottom=237
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 15972 / 15972
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: go to calendar
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   hide menuBar
  53.   go to "Calendar"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 4 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=176 top=300 right=328 bottom=206
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 17357 / 17357
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: go to To Do
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.  
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 21 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=13 top=16 right=41 bottom=40
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Prev
  89. ----- HyperTalk script -----
  90. on mouseStillDown
  91.   visual effect wipe right
  92.   go to previous card
  93. end mouseStillDown
  94.  
  95.  
  96.  
  97. -- part 22 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=470 top=13 right=39 bottom=497
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Next
  109. ----- HyperTalk script -----
  110. on mouseStillDown
  111.   visual effect wipe left
  112.   go to next card
  113. end mouseStillDown
  114.  
  115.  
  116.  
  117.  
  118. -- part 24 (button)
  119. -- low flags: 00
  120. -- high flags: 0000
  121. -- rect: left=39 top=300 right=328 bottom=71
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 21700 / 21700
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Home
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   visual effect iris close
  133.   go Home
  134. end mouseUp
  135.  
  136.  
  137.  
  138. -- part 165 (field)
  139. -- low flags: 00
  140. -- high flags: 0000
  141. -- rect: left=283 top=186 right=319 bottom=484
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 0
  145. -- font id: 3
  146. -- text size: 10
  147. -- style flags: 0
  148. -- line height: 13
  149. -- part name: 
  150.  
  151.  
  152. -- part 181 (field)
  153. -- low flags: 00
  154. -- high flags: 0000
  155. -- rect: left=20 top=161 right=294 bottom=34
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 0
  159. -- font id: 3
  160. -- text size: 10
  161. -- style flags: 0
  162. -- line height: 13
  163. -- part name: 
  164.